@charset "utf-8";

.ft-carousel {
	width:1920px;height:550px;position:absolute;left:50%;margin-left:-960px;background:#eee;overflow:hidden;
}

.ft-carousel .carousel-inner {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
}

.ft-carousel .carousel-inner .carousel-item {
	float: left;
	height: 100%;
}

.ft-carousel .carousel-item img {
	width: 100%;
}

.ft-carousel .carousel-indicators {
	position: absolute;
	left: 0;
	bottom: 23px;
	width: 100%;
	text-align: center;
	font-size: 0;
}

.ft-carousel .carousel-indicators span {
	display: inline-block;
	width: 42px;
	height: 4px;
	background-color: #ffffff;
	margin: 0 3px;
	border-radius: 3px;
	cursor: pointer;
	opacity:0.5;
}

.ft-carousel .carousel-indicators span:hover,.ft-carousel .carousel-indicators span.active {
	background-color: #fff;
	opacity:1;
}

.ft-carousel .carousel-btn {
	position: absolute;
	top: 50%;
	width: 60px;
	height: 60px;
	margin-top: -32px;
	cursor: pointer;
	z-index:999;
	opacity:0.6;filter:alpha(opacity=60);
}

.ft-carousel .carousel-prev-btn {
	left: 260px;
	/*background: url(../images/prev.png) no-repeat;*/
}

.ft-carousel .carousel-next-btn {
	right: 260px;
	/*background: url(../images/next.png) no-repeat;*/
}
.ft-carousel .carousel-btn:hover{opacity:1.0;filter:alpha(opacity=100);}